home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / ioblixdevkit / c / include / proto / ioblix_dev.h next >
C/C++ Source or Header  |  1999-05-14  |  237b  |  12 lines

  1. #ifndef _PROTO_IOBLIX_DEV_H
  2. #define _PROTO_IOBLIX_DEV_H 1
  3.  
  4. #include <exec/devices.h>
  5.  
  6. extern struct Device *IOBlixDevBase;
  7.  
  8. #include <clib/ioblix_dev_protos.h>
  9. #include <pragmas/ioblix_dev_pragmas.h>
  10.  
  11. #endif  /*  _PROTO_IOBLIX_DEV_H  */
  12.